home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: FindRush.rush 37.1 (15.9.93)
- **
- **
- **
- ** Written by Douglas Keller
- */
- options results
-
- if ~show(ports, 'RUSH.1') then do
- address command 'run >nil: <nil: z:rush/rush'
- end
- else do
- address 'RUSH.1'
- 'IsIconify'
- if result == 1 then 'UnIconify'
- 'RushToFront'
- end
-